curl --location 'https://api.plugnotas.com.br/mdfe/IdDoMDFe/inclusaoCondutor' \
--header 'x-api-key: 2da392a6-79d2-4304-a8b7-959572c7e44d' \
--header 'Content-Type: application/json' \
--data '{
  "cpf": "teste",
  "nomeCondutor": "teste"
}'